Skip to content

Update release workflow to support prereleases#2009

Merged
nscuro merged 1 commit intomainfrom
prereleases
Jan 27, 2026
Merged

Update release workflow to support prereleases#2009
nscuro merged 1 commit intomainfrom
prereleases

Conversation

@nscuro
Copy link
Member

@nscuro nscuro commented Jan 27, 2026

Description

Updates release workflow to support prereleases.

Addressed Issue

N/A

Additional Details

N/A

Checklist

  • I have read and understand the contributing guidelines
  • This PR fixes a defect, and I have provided tests to verify that the fix is effective
  • This PR implements an enhancement, and I have provided tests to verify that it works as intended
  • This PR introduces changes to the database model, and I have updated the migration changelog accordingly
  • This PR introduces new or alters existing behavior, and I have updated the documentation accordingly

@nscuro nscuro added this to the 0.7.0 milestone Jan 27, 2026
@nscuro nscuro added the enhancement New feature or request label Jan 27, 2026
Copilot AI review requested due to automatic review settings January 27, 2026 17:55
@owasp-dt-bot
Copy link

owasp-dt-bot commented Jan 27, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the release automation to support prereleases (e.g., -rc.1) and adjust tagging/release behavior accordingly.

Changes:

  • Adds workflow_dispatch inputs for explicitly setting release/development versions and enabling dry runs.
  • Updates the release workflow logic to detect prereleases and avoid tagging container images as latest for prereleases.
  • Adjusts Maven Release Plugin configuration to align tag naming and release goals with the updated workflow.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
pom.xml Updates maven-release-plugin configuration (tag naming, goals, profiles) to support the revised release process.
.github/workflows/release.yml Adds inputs and prerelease logic; refactors release/publish steps and GitHub Release creation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codacy-production
Copy link

codacy-production bot commented Jan 27, 2026

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+20.48% (target: -1.00%) (target: 70.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (56a71c1) 212 137 64.62%
Head commit (f0b1585) 5766 (+5554) 4907 (+4770) 85.10% (+20.48%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#2009) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Signed-off-by: nscuro <nscuro@protonmail.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nscuro nscuro merged commit 8e1d10f into main Jan 27, 2026
15 checks passed
@nscuro nscuro deleted the prereleases branch January 27, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants